home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Internet / EasyPHP / easyphp1-8_setup.exe / {app} / home / licence_php.php < prev    next >
Encoding:
PHP Script  |  2003-05-26  |  4.7 KB  |  121 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>[EasyPHP] - Administration</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <link rel="stylesheet" href="styles.css" type="text/css">
  7. </head>
  8. <body>
  9. <?php
  10. $titre = "licence_php";
  11. function bouton($word){
  12.     $lenght=strlen($word);
  13.     $start = 0;
  14.     print("<table border='0' cellspacing='0' cellpadding='0'>");
  15.     print("<tr><td><img src='images_easyphp/bouton_gauche.gif' width='4' height='26'></td><td background='images_easyphp/bouton_fond.gif'>"); 
  16.     while($start<$lenght){
  17.         $car=substr($word,$start,1);
  18.         print("<img src='images_easyphp/lettre_".$car.".gif' border='0'>");
  19.         $start++;
  20.     } 
  21.     print("</td><td><img src='images_easyphp/bouton_droit.gif' width='4' height='26'></td></tr></table>");
  22. }
  23. ?>
  24.  
  25. <table width="400" cellspacing="0" cellpadding="0" border="0" align="center">
  26. <tr>
  27. <td>
  28. <a href="index.php"><img src="images_easyphp/titre_easyphp_admin.gif" width="387" height="116" border="0"></a>
  29. </td>
  30. </tr>
  31. <tr>
  32. <td>
  33. <?php bouton($titre) ?>
  34. </td>
  35. </tr>
  36. <tr>
  37. <td class="text2">Les informations ci-dessous sont donnΘes α titre indicatif. Consultez le site officiel (<a href="http://www.php.net" target="_blank" class="text1">PHP</a>) pour toute information lΘgale. </td>
  38. </tr>
  39. </table>
  40.  
  41. <br><br>
  42.  
  43. <table border="0" align="center" cellpadding="0" cellspacing="0">
  44. <tr>
  45.     <td class="text1"> <pre>
  46. -------------------------------------------------------------------- 
  47.                   The PHP License, version 3.0
  48. Copyright (c) 1999 - 2002 The PHP Group. All rights reserved.
  49. -------------------------------------------------------------------- 
  50.  
  51. Redistribution and use in source and binary forms, with or without
  52. modification, is permitted provided that the following conditions
  53. are met:
  54.  
  55.   1. Redistributions of source code must retain the above copyright
  56.      notice, this list of conditions and the following disclaimer.
  57.  
  58.   2. Redistributions in binary form must reproduce the above copyright
  59.      notice, this list of conditions and the following disclaimer in
  60.      the documentation and/or other materials provided with the
  61.      distribution.
  62.  
  63.   3. The name "PHP" must not be used to endorse or promote products
  64.      derived from this software without prior written permission. For
  65.      written permission, please contact group@php.net.
  66.   
  67.   4. Products derived from this software may not be called "PHP", nor
  68.      may "PHP" appear in their name, without prior written permission
  69.      from group@php.net.  You may indicate that your software works in
  70.      conjunction with PHP by saying "Foo for PHP" instead of calling
  71.      it "PHP Foo" or "phpfoo"
  72.  
  73.   5. The PHP Group may publish revised and/or new versions of the
  74.      license from time to time. Each version will be given a
  75.      distinguishing version number.
  76.      Once covered code has been published under a particular version
  77.      of the license, you may always continue to use it under the terms
  78.      of that version. You may also choose to use such covered code
  79.      under the terms of any subsequent version of the license
  80.      published by the PHP Group. No one other than the PHP Group has
  81.      the right to modify the terms applicable to covered code created
  82.      under this License.
  83.  
  84.   6. Redistributions of any form whatsoever must retain the following
  85.      acknowledgment:
  86.      "This product includes PHP, freely available from
  87.      <http://www.php.net/>".
  88.  
  89. THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
  90. ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  91. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
  92. PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
  93. DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
  94. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
  95. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
  96. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  97. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  98. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  99. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  100. OF THE POSSIBILITY OF SUCH DAMAGE.
  101.  
  102. -------------------------------------------------------------------- 
  103.  
  104. This software consists of voluntary contributions made by many
  105. individuals on behalf of the PHP Group.
  106.  
  107. The PHP Group can be contacted via Email at group@php.net.
  108.  
  109. For more information on the PHP Group and the PHP project, 
  110. please see <http://www.zend.com>.
  111.  
  112. This product includes the Zend Engine, freely available at
  113. <http://www.zend.com>.
  114. </pre> 
  115.     </td>
  116. </tr>
  117. </table>
  118.  
  119. </body>
  120. </html>
  121.